Vcenter Vm Storage Policy VmHomePolicySpec
The Vcenter Vm Storage Policy VmHomePolicySpec schema provides a specification for the storage policy to be associated with the virtual machine home's directory.
This schema was added in vSphere API 6.7.
{
"type": "string",
"policy": "string"
}
Policy type to be used while performing update operation on the virtual machine home's directory.
For more information see: Vcenter Vm Storage Policy VmHomePolicySpec PolicyType.
This property was added in vSphere API 6.7.
Storage Policy identification.
This property was added in vSphere API 6.7.
This property is optional and it is only relevant when the value of type is Vcenter Vm Storage Policy VmHomePolicySpec PolicyType.USE_SPECIFIED_POLICY.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.StoragePolicy
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.StoragePolicy
.